home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / BACKUP / WIMATK20.ZIP;1 / WINIMARC.PAS < prev    next >
Encoding:
Pascal/Delphi Source File  |  1994-03-02  |  245 b   |  13 lines

  1.  
  2.   library WinimaRC;
  3.  
  4.   {The export procedure directive prepares Min and Max for exporting}
  5.  
  6.  
  7.   {The exports clause actually exports the two routines, supplying an optional ordinal number for each of them}
  8.  
  9.   exports
  10.  
  11.   begin
  12.   end.
  13.